home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / 1svga.zip / HP500.PAS < prev    next >
Pascal/Delphi Source File  |  1993-04-02  |  397b  |  16 lines

  1. { HP-DJ500 Printer CGTimes Font Control
  2.   Character Set: PC-8
  3.   Spacing      : Fixed/Proportional
  4.   Print Pitch  : 10 char/inch
  5.   Point Size   : 12 points
  6.   Style        : Upright/Italic
  7.   Storke Weight: Normal/Bold
  8.   Typeface     : Courier/CG Times/Letter Gothic }
  9.  
  10. uses Printer;
  11.  
  12. begin
  13.   Write(Lst,#27'(10U'#27'(s1P'#27'(s10H'#27'(s12V'#27'(s0S'#27'(s0B',
  14.     #27'(s4101T');
  15. end.
  16.